Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
LukasBurgi
Posted - 05/21/2005 : 2:14:10 PM Origin Version (Select Help-->About Origin): 7.5 Pro Operating System: XP
I wrote extensive OriginC code in OriginPro. The code includes custom dialogs created with dialog builder / Visual C++. I now would like to distribute this code to standard Origin (not Pro) users. Although it says in the "OriginPro Features" of the Origin Help that "OriginPro includes all the features found in Origin plus additional tools for building custom applications. After development, these custom applications can be run on standard Origin or on OriginPro", I did not yet find a way to run the dialogs in standard Origin. The problem is that the classes needed to handle the dialogs are not available in standard Origin.
Is there a way to integrate custom dialogs developped with OriginPro in standard Origin?
Any advice is highly appreciated.
1 L A T E S T R E P L I E S (Newest First)
cpyang
Posted - 05/21/2005 : 3:40:50 PM You need to compile the OC codes in Pro into OP files, then the OP files can compile in regular without needing the Pro specific OC headers.
Details on this can be found in Programming Guide Distributing Custom Applications Encrypting Files for Distribution with OriginPro