NO

Author Topic: from VB 6.0 to Pelles C - howto ?  (Read 3406 times)

nilspalm

  • Guest
from VB 6.0 to Pelles C - howto ?
« on: July 09, 2009, 10:11:11 AM »
Hi Everybody !

I want ( and need ) to migrate away from VB 6.0 ...

At present I use VB 6.0 to control some industrial control (Beckhoff ) via a AdsOcx OLE control module.

Is there any way to get the simplicity of the VB 'event oriented environment' with Pelles C ?

Thanks a lot !



 

JohnF

  • Guest
Re: from VB 6.0 to Pelles C - howto ?
« Reply #1 on: July 09, 2009, 10:24:01 AM »
Hi Everybody !

I want ( and need ) to migrate away from VB 6.0 ...

At present I use VB 6.0 to control some industrial control (Beckhoff ) via a AdsOcx OLE control module.

Is there any way to get the simplicity of the VB 'event oriented environment' with Pelles C ?

Thanks a lot !
 

I've no doubt that it is possible but you will not find it as easy as using VB.

The best course of action would be to find someone or some code written in C that that already interfaces with those various libraries.

John

Offline AlexN

  • Global Moderator
  • Member
  • *****
  • Posts: 394
    • Alex's Link Sammlung
Re: from VB 6.0 to Pelles C - howto ?
« Reply #2 on: July 09, 2009, 11:20:39 AM »

Is there any way to get the simplicity of the VB 'event oriented environment' with Pelles C ?


I don't know if it helps you, but do you know BCX. This is a BASIC to C translater.

There are some links:
http://bcx-basic.sourceforge.net/
http://www.bcxgurus.com/

If you are interested, you can also look in the forum for BCX. :)
best regards
 Alex ;)

Offline MrBcx

  • Global Moderator
  • Member
  • *****
  • Posts: 176
    • Bcx Basic to C/C++ Translator
Re: from VB 6.0 to Pelles C - howto ?
« Reply #3 on: July 11, 2009, 04:14:08 AM »

Is there any way to get the simplicity of the VB 'event oriented environment' with Pelles C ?


I don't know if it helps you, but do you know BCX. This is a BASIC to C translater.

There are some links:
http://bcx-basic.sourceforge.net/
http://www.bcxgurus.com/

If you are interested, you can also look in the forum for BCX. :)

BCX has pretty decent OLE/COM support (late binding). 

BCX was written in BCX BASIC and compiles beautifully with Pelles C.

I personally think it's a great way to productively ease into C for Windows.
Bcx Basic to C/C++ Translator
https://www.BcxBasicCoders.com