So
I have performed the necessary modifications in my command line...
and... guess what? It now works!
I really have to thank you because without external help I cannot imagine
how I would have detected this error, which I really believed was linked
to some C++ syntax, and not to compiling o
Your command line compilation is not correct : in order to build wxEMail as
a dll, with wxWidgets lib compiled as a dll, you should provide both flags
: WX_SHARED=1 SHARED=1
I know that this may be a bit confusing, but the full compilation line
should be something like this :
mingw32-make -f make
Well,
1) gcc -v yields 4.7.1 as a version. It also gives me a lot of info that
I am too naive to understand...
for this reason I have attached to this Email the detailed results
of this command (gcc-v_infos.txt).
2) I have performed the suggested modification, ie, replacing
setDelimLis
Hello,
It seems that you have a less permissive version of gcc than me.
Can you tell me which version of gcc you are using so that I can try to
manage a test with the same version ? ("gcc -v" will give you all necessary
info)
.
BTW, maybe can you give a try to the suggestion of your compiler :
.
Hello!
Well, I have tried your sugggestion: I have downloaded
wxEMAil-1.0-Beta-2.zip (2012-02-19) from SourceForge.
After decompressing it and in groducing the new makefile, I have tried
compiling it.
Alas, I have yet an error (albeit not the same as before?).
Anyway, I join the complete comp
Dear Paul,
If you look at end of line 105, you will see that DWXMAKINGDLL_WXEMAIL has
been replaced by DWXMAKINGDLL_WXSMTP.
This is not impressive, but this should do the trick...
I am surprised that this did not change anything for you : I specially
downloaded wxWidgets 2.8.12 and compiled it w
Thank you for your prompt answer
Unfortunately, the new makefile yields exactly the same result...
By the way, at first sight both makefiles look indentical...
but maybe I have missed some point?
And sorry for forgetting my name!
Paul
-
Dear I don't know your name,
there is indeed a mistake in the makefile. You should revert all your
changes in your code because the modifications you did are wrong.
You can use the makefile I joined in this e-mail instead of the one
provided on sourceforge : this should solve the problem.
Note t
Hello!
I have downloaded wxEMail-1.0-Beta-2, and I have some difficulties
compiling it.
I am working on a Windows 7 system, with mingw version gcc 4.7.1.
My version of wxWidget is 2.8.12.
I am compiling with the following command:
mingw32-make -f makefile.gcc WX_DIR=D:\wxW WX_UNICODE=1 WX_DEBUG