GetUnits does not work
Posted: 07 Oct 2010, 19:20
Hello,
When I add this line to your demo_API program the return value is 0x00000000
CADUNITS CADGetUnits;
CADGetUnits = (CADUNITS) GetProcAddress(hCADImporter, "CADGetUnits");
What am I doing incorrectly
When I add this line to your demo_API program the return value is 0x00000000
CADUNITS CADGetUnits;
CADGetUnits = (CADUNITS) GetProcAddress(hCADImporter, "CADGetUnits");
What am I doing incorrectly