[Gambas-user] how to convert VB Project file to Gambas

Caveat Gambas at ...1950...
Tue Dec 17 09:19:30 CET 2013


Sounds like you have some more reading to do.

Start here: http://www.lmgtfy.com/?q=gdi32+linux

Come back to us when you have already done a little research and have 
SPECIFIC questions...

Your approach to this conversion project puts me in mind of someone 
translating Russian to Italian word for word without any knowledge of 
either language! ;-)  I'm curious, did you write the original VB code 
yourself?  What is your ultimate goal?  Have you considered using Wine 
or a VirtualBox?

Kind regards,
Caveat

On 17/12/13 07:03, //SCLPL/ Sudeep Damodar wrote:
> HI All,
> Thank for your valuable comments .i have one doubt i have to declare one
> library function.im used in my vb program like this
> Public Declare Function StretchBlt Lib "gdi32"(ByVal hDC As Long, _
> ByVal X As Long, _
> ByVal Y As Long, _
> ByVal nWidth As Long, _
> ByVal nHeight As Long, _
> ByVal hSrcDC As Long, _
> ByVal xSrc As Long, _
> ByVal ySrc As Long, _
> ByVal nSrcWidth As Long, _
> ByVal nSrcHeight As Long, _
> ByVal dwRop As Long) As Long
>   So i have ti declare this function in to  Gambas so please help me
>
> Thank n Regards
>
> Sudeep
>
>
> On Mon, Dec 16, 2013 at 5:46 PM, Jussi Lahtinen <jussi.lahtinen at ...626...>wrote:
>
>> Prefer objects.
>>
>> In class file called Coordinates:
>>
>> XVal As Float
>> YVal As Float
>> laseron As String
>> mode As String
>>
>>
>> And elsewhere:
>>
>> Private MyCoordinates As New Coordinates
>>
>> Or, if you need array of coordinates:
>>
>> Private MyCoordinates As New Coordinates[]
>>
>>
>> Jussi
>>
>>
>>
>>
>> On Mon, Dec 16, 2013 at 8:57 AM, //SCLPL/ Sudeep Damodar <
>> sudeep.d at ...3254...> wrote:
>>
>>> Hi all
>>>
>>> How to use Type in gambas.my VB Code is given below
>>>
>>> Private Type coordinates
>>>      XVal As Double
>>>      YVal As Double
>>>      laseron As String
>>>      mode As String
>>> End Type
>>>
>>> When im compile i got error AS is missing ,if i put AS its gets some
>> other
>>> error,so i have to know what is Type syntax in Gambas
>>>
>>> Thanks n Regards
>>> Sudeep
>>>
>>>
>>> On Sun, Dec 15, 2013 at 12:07 PM, Bruce <bbruen at ...2308...> wrote:
>>>
>>>> On Sun, 2013-12-15 at 11:37 +0530, //SCLPL/ Sudeep Damodar wrote:
>>>>> Hi All,
>>>>>
>>>>> How to make .deb file in gmabas
>>>>>
>>>>> Best Regards
>>>>>
>>>>> Sudeep
>>>> @IDE
>>>> ^Project|Make|Installation Package
>>>> @Wizard
>>>> #Follow the instructions until step 3
>>>> Select Debian
>>>> #Follow the instructions
>>>>
>>>> or if that is too hard, press F1
>>>> Then read every page.
>>>> Like we all have done.
>>>>
>>>> or if that is too hard, read this
>>>> http://www.catb.org/~esr/faqs/smart-questions.html
>>>>
>>>> Fair go, Sudeep, make at least a bit of effort.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>> ------------------------------------------------------------------------------
>>>> Rapidly troubleshoot problems before they affect your business. Most IT
>>>> organizations don't have a clear picture of how application performance
>>>> affects their revenue. With AppDynamics, you get 100% visibility into
>>> your
>>>> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of
>> AppDynamics
>>>> Pro!
>>>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Gambas-user mailing list
>>>> Gambas-user at lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>>
>>>
>> ------------------------------------------------------------------------------
>>> Rapidly troubleshoot problems before they affect your business. Most IT
>>> organizations don't have a clear picture of how application performance
>>> affects their revenue. With AppDynamics, you get 100% visibility into
>> your
>>> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics
>>> Pro!
>>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Gambas-user mailing list
>>> Gambas-user at lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>
>> ------------------------------------------------------------------------------
>> Rapidly troubleshoot problems before they affect your business. Most IT
>> organizations don't have a clear picture of how application performance
>> affects their revenue. With AppDynamics, you get 100% visibility into your
>> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics
>> Pro!
>> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
> .
>





More information about the User mailing list