Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

compilation using nmake

miky

New member
I used make_install and modified to point of protoolkit load point and source code.


When I did, nmake -f make_install dll


it shows that it is compiling, but does not create .obj or .dll


( I commented del *.obj in make file )


Does any setting is required?
 
Yes,there might be incorrect path by making changes for Loadpoint.With out changing the loadpoint,you try with the same option.


You may get the .dll without fail.When ever you make any changes in make_install,need to take care of the loadpoint.There are some issues need to take care of the folder names related to FAT system from NTFS system.nmake generally best suite for Unix platform compreared to Winodws platform.


Kishore V
 
Dear Miky,


pt_install_test.dll,


pt_install_test.exp,


pt_install_test.lib,


pt_install_test.pdb files will be created if it complete the nmake -f make_install dll at the command prompt.


Don't edit any thing in make file.


C:\Program Files\proeWildfire 2.0\protoolkit\i486_nt\obj>nmake -f make_install dll


Try like above corresponding changes to your loadpoint....


You should not get any error....


Let me know if any problem still comes.


With regards,


Kishore V
 

Sponsor

Back
Top