Break point in WinMain function

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
dsxu1981_01
Posts: 7
Joined: Fri Nov 17, 2006 7:45 am
Location: Tongji University

Break point in WinMain function

Post by dsxu1981_01 »

I am trying to stop at the OpenSeeTk projects, say at the cpp file "winMain.cpp" line 106 in project. But I couldn't stop at the winMain function. And it always stop at the main function in line 430. why?

It was really frastrating stuck in there. Can anybody help me out of it?

Thanks.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

are you running the correct executable .. the project is set up for OpenSees, not OpenSeesTk.
dsxu1981_01
Posts: 7
Joined: Fri Nov 17, 2006 7:45 am
Location: Tongji University

Post by dsxu1981_01 »

OpenSeesTk.exe can be build!
I want to know why the WinMain function is not the entry, while the following main function become the entry for the active OpenSeeTk project.
Thanks!
Post Reply