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.

Issue with pfcGetProEVersion () and Object Toolkit

manoche

New member
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 ?
 

Sponsor

Articles From 3DCAD World

Back
Top