Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

DLL

 [1/6] from: castellani-cpt::itautec-philco::com::br at: 16-Oct-2003 10:39


Hi I need to write an DLL to export functions to be used in an Visual Basic application. Can I do it in Rebol ? If I can, Rebol can access ODBC drivers ? Tks.

 [2/6] from: maximo:meteorstudios at: 16-Oct-2003 10:27


Hi Marcelo, you can, using rebol/view/pro or rebol/command but they are not free. :-( -MAx --- You can either be part of the problem or part of the solution, but in the end, being part of the problem is much more fun.

 [3/6] from: maarten:vrijheid at: 16-Oct-2003 16:48


You cannot write DLLs in REBOL, it is an interpreter, not a compiler. You can however access DLLs. The Command SDK has ODBC built-in. --Maarten

 [4/6] from: maximo:meteorstudios at: 16-Oct-2003 11:37


oh my god, I hadn't understood the mail that way.. oops sorry Marcelo, Maarten is completely right, we can only READ libraries... not create them... -MAx --- You can either be part of the problem or part of the solution, but in the end, being part of the problem is much more fun.

 [5/6] from: carlos:lorenz:bol at: 16-Oct-2003 11:29


Hi Marcelo I have never used it but as far as I know Rebol/Command deals with ODBC drivers pretty well. Carlos Em Qui 16 Out 2003 11:39, Marcelo Fontes Castellani escreveu:

 [6/6] from: greggirwin:mindspring at: 16-Oct-2003 17:33


Hi Marcelo, MFC> I need to write an DLL to export functions to be used in an Visual Basic MFC> application. Can I do it in Rebol ? No. You can create EXEs with the SDK, but you can't export REBOL functions from them. The best you can do is use some other form of IPC (e.g. a TCP socket) to get the job done. -- Gregg