Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/Tools CL/VCToBPR    [ Add a report in this area ]  
Report #:  18656   Status: Closed
(Pulled) A working VC project, after converting to bpr project produces an error in  "uuidof". The error message is: Invalid call to
Project:  C++Builder Build #:  5.0.12.1
Version:    5.0 Submitted By:   John Kaster
Report Type:  Basic functionality failure Date Reported:  12/21/1999 12:00:00 AM
Severity:    Commonly encountered problem Last Updated: 3/20/2012 2:24:39 AM
Platform:    All versions Internal Tracking #:   77183
Resolution: Retest (Resolution Comments) Resolved in Build: : 10.0.2098.14501
Duplicate of:  None
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: None
Description
A working VC project, after converting to bpr project produces an error in  "uuidof".

The error message is:
Invalid call to uuidof(struct type | variable)
Steps to Reproduce:
vctobpr -1 client.dsp
bpr2mak client.bpr
make -B -f client.mak
//res:
Error E2496 .\main.cpp 14: Invalid call to uuidof(struct type | variable) in function main()
*** 1 errors in Compile **

Note: Same error occurs with IDE

Updated info:
build now with bcc32 standalone.cpp to see the error
Workarounds
None
Attachment
N
Comments

None

Server Response from: ETNACODE01