Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

  • Congratulations JStephen on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error in nmake : protk_dll.lib

  • Thread starter Thread starter device
  • Start date Start date
D

device

Guest
Hi to all.
I try to use protoolkit but I've a problem, when compile my project (I used documentation )
I've thi error:

1>------ Build started: Project: ProTOOLKITInstall, Configuration: Debug Win32 ------
1>Performing Makefile project actions
1>Microsoft (R) Program Maintenance Utility Version 8.00.50727.762
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>NMAKE : fatal error U1073: don't know how to make 'c:/Progra~1/proeWi~1.0/protoolkit/x86e_win64/obj/protk_dll. lib'
1>Stop.
1>Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions"
1>Build log was saved at "file://c:\mdl_prd\s_ProE\ProTOOLKITInstall\ProTOOLKITInstal l\Debug\BuildLog.htm"
1>ProTOOLKITInstall - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

My pro/e installation is complete, with toolkit folder but I not have lib protk_dll.lib.....
Where is thid lib??
Thanks.
Device
 
Hello,


Your configuration is Debug Win32 but you want to use the lib file protoolkit/x86e_win64/obj/protk_dll. lib how is the lib file for win64.


You have to use the lib : protoolkit/i486_nt/obj/protk_dll. lib.
 
Thanks for replay...
My O.S. is Win7 64bit...
I modify make_install for /MACHINE:x86.
But in my wf4 installation there isn't protk_dll. lib and protoolkit.lib.
 
When you installed Pro/E, did you select to install with Pro/TOOLKIT ?


Perhaps, you need to install Pro/TOOLKIT.
 

Part and Inventory Search

Sponsor

Back
Top