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
tinkusch
Posted - 02/24/2004 : 10:50:51 AM Hi, is there anyone to explain me the steps necessary to create a MOCA dll from one of the examples in OPRIGIN 7.0 (RTScope, RTScroll, RTSweep) with VC++ ?
When I load the example filkes into VC++ it always tries to create an .exe instead of an .dll and I always get the following error message:
C:\programme\origin70\ati\moca\rtscope\rtscope.h(12) : fatal error C1189: #Error : include 'stdafx.h' before including this file for PCH
Thanks for any help
Stefan
1 L A T E S T R E P L I E S (Newest First)
eparent
Posted - 02/25/2004 : 09:34:43 AM Hello Stefan,
In each example folder there is a .DSP file. These are Visual Studio project files. They are all set to make DLLs. Simply open these files in VC.
You will need to tell VC where to find the MOCA header files. You do this from VC's "Tools>Options..." menu item. Once the Options dialog is visible select the Directories tab. This tab is where you can add additional Include folders.