Click here to Skip to main content
15,909,939 members
Home / Discussions / Mobile
   

Mobile

 
QuestionUsing Visio 2000 with eVC ? Pin
Anonymous4-Nov-04 20:47
Anonymous4-Nov-04 20:47 
Generalerror LNK2019: unresolved external symbol Pin
Rockone4-Nov-04 18:34
Rockone4-Nov-04 18:34 
GeneralRe: error LNK2019: unresolved external symbol Pin
eli1502197910-Nov-04 3:35
eli1502197910-Nov-04 3:35 
GeneralRe: error LNK2019: unresolved external symbol Pin
Rockone21-Nov-04 14:01
Rockone21-Nov-04 14:01 
QuestionHow do I run a application in pocket pc 2003 emulator? Pin
JeffSayHi4-Nov-04 15:48
JeffSayHi4-Nov-04 15:48 
AnswerRe: How do I run a application in pocket pc 2003 emulator? Pin
illidan994-Nov-04 23:43
illidan994-Nov-04 23:43 
QuestionHow to access web services from .Net Pocket pc Pin
Ali Usman4-Nov-04 14:58
Ali Usman4-Nov-04 14:58 
GeneralCFile C++ exceptions in EVT3.0 Pin
Mike Landis4-Nov-04 8:56
Mike Landis4-Nov-04 8:56 
I am writing for PocketPC 2002 using Embedded Visual Tools 3.0 (EVT3.0). The on-line documentation for CFile::Write() says "Write throws an exception in response to several conditions, including the disk-full condition." When I compile a try{ cfile->Write(...) } catch{...} code segment, the compiler flags the first of several cfile->Write() statements with: "... warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify -GX". My problem is where to insert this switch in the EVT3.0 environment?

I've found prerelease MSDN documentation on Structured Exception Handling <http: msdn.microsoft.com="" library="" default.asp?url="/library/en-us/dv_vccelng4/html/elgrfStructuredExceptionHandling.asp">, which says "Structured exception handling works with C and C++ source files. However, it is not specifically designed for C++. Although destructors for local objects will be called if you use structured exception handling in a C++ program (if you use the /GX compiler option), you can ensure that your code is more portable by using C++ exception handling. The C++ exception handling mechanism is more flexible, in that it can handle exceptions of any type." BUT, I think they're referring to Visual Studio 5 or 6, which has a slightly different Project interface than EVT3.0.

I also get the following linker errors due to the try/catch segment:
"error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
error LNK2001: unresolved external symbol ___CxxFrameHandler"

Does anybody know how to make EVT3.0 happy here?

Thanks

Mike Landis
GeneralRe: CFile C++ exceptions in EVT3.0 Pin
João Paulo Figueira6-Nov-04 4:21
professionalJoão Paulo Figueira6-Nov-04 4:21 
Generalevc++ printing Pin
frakk2-Nov-04 23:15
frakk2-Nov-04 23:15 
GeneralRe: evc++ printing Pin
João Paulo Figueira4-Nov-04 8:00
professionalJoão Paulo Figueira4-Nov-04 8:00 
GeneralRe: evc++ printing Pin
frakk7-Nov-04 3:35
frakk7-Nov-04 3:35 
GeneralProperty Database Pin
Logan from Singapore2-Nov-04 14:22
Logan from Singapore2-Nov-04 14:22 
Generalpluggable MIME Filter Pin
jabre2-Nov-04 1:47
jabre2-Nov-04 1:47 
QuestionWhat is different of evc++ 3.0 &amp; 4.0 Pin
JeffSayHi1-Nov-04 20:43
JeffSayHi1-Nov-04 20:43 
AnswerRe: What is different of evc++ 3.0 &amp; 4.0 Pin
João Paulo Figueira2-Nov-04 4:44
professionalJoão Paulo Figueira2-Nov-04 4:44 
GeneralDisabling Activesync Pin
rajesh chaudhari1-Nov-04 16:56
rajesh chaudhari1-Nov-04 16:56 
GeneralAccessing Dll functions Pin
seanwright1-Nov-04 7:57
seanwright1-Nov-04 7:57 
GeneralRe: Accessing Dll functions Pin
João Paulo Figueira2-Nov-04 4:45
professionalJoão Paulo Figueira2-Nov-04 4:45 
GeneralRe: Accessing Dll functions Pin
seanwright2-Nov-04 5:01
seanwright2-Nov-04 5:01 
GeneralRe: Accessing Dll functions Pin
João Paulo Figueira2-Nov-04 5:18
professionalJoão Paulo Figueira2-Nov-04 5:18 
GeneralRe: Accessing Dll functions Pin
seanwright2-Nov-04 5:40
seanwright2-Nov-04 5:40 
GeneralFullscreen modeless cant be closed.?? Please help! Pin
nangluc1-Nov-04 1:11
nangluc1-Nov-04 1:11 
QuestionI need sscesa20.dll for RDA ? Pin
Utku KAYA30-Oct-04 22:40
Utku KAYA30-Oct-04 22:40 
AnswerRe: I need sscesa20.dll for RDA ? Pin
João Paulo Figueira31-Oct-04 6:29
professionalJoão Paulo Figueira31-Oct-04 6:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.