static-lib example executable print blank result compiled by cl #1726
LukyGuyLucky
started this conversation in
General
Replies: 2 comments 6 replies
-
Does the dynlib test work? |
Beta Was this translation helpful? Give feedback.
4 replies
-
Things are weird. After that I deleted all generated files and I tried to rebuilt the add.lib from scratch.Now when I tried to rebuild test.c I got a compiler complaints which means Unresolved external symbols SymInitialize,SymCleanup ,etc . for test.c3,everything is ok.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With https://github.com/c3lang/c3c/tree/master/resources/examples/staticlib-test ,the executable of test.c3 print proper result:
while the executable test.exe of test.c compiled by VS Studio 2022 cl just print blank.
I don't know what I did wrong.
Win10 64 bit ,MS Visual Studio 2022,the most updated c3c (as of today).
Beta Was this translation helpful? Give feedback.
All reactions