Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

Issue with pfcGetProEVersion () and Object Toolkit

  • Thread starter Thread starter manoche
  • Start date Start date
M

manoche

Guest
Hey, i have trouble with "pfcGetProEVersion()" get working. I thought it would be easy, but i dont know why its not working ?

mycode :
#include <ProToolkit.h>
#include <pfcGlobal.h>
#include <pfcSession.h>
#include <Windows.h>
#include <cipxx.h>
#include <pfcUI.h>
#include <pfcCommand.h>
#include <pfcObject.h>
#include <pfcBase.h>
#include <ProUICmd.h>


...........
........

xstring version;
version = pfcGetProEVersion (); <--- here creo crashes and i dont know why ?
 

Part and Inventory Search

Sponsor

Back
Top