For Programmers: Free Programming Magazines  


Home > Archive > Clarion > September 2006 > calling a function in a dll from installscript









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author calling a function in a dll from installscript
CW5_Rocks

2006-09-19, 7:55 am

>From within installshield i need info from a .tps file. I'm guessing
that I should create a dll in clarion that will iterate those values to
me when called by the useDLL() command in installscript. Has anyone
done anything like this. I have been working with Clarion since July
and therefore am quite weak on it. Any tips, or comments???

CW5_Rocks

2006-09-19, 6:55 pm

I'm thinking that I will call the dll like this:
UseDLL(myClarionDll.dll);
//now that it is loaded into memory I will
//call the function within the dll somehow to receive
//the array of values from the .tps file
UnUseDLL(myClarionDll.dll);

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com