CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: rileo8

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    680

    wince5 http/https get/post

    Hi,


    how can i mahe a http/https get or post from a wince5 application written using evc4++?

    Thanks,
    Riccardo
  2. Re: The specified program requires a newer version of Windows

    I revreate the project and found that on linker command line options i wrote 6.00 as version...

    Thanks for the reply and sorrt for the mistake!
  3. Re: The specified program requires a newer version of Windows

    On WinCE5
  4. Re: The specified program requires a newer version of Windows

    yes

    i have visual studio 2008 installed on windows xp

    my target device is wince5 and i'm using the device sdk
  5. Re: The specified program requires a newer version of Windows

    WinCE5

    compiled with visualstudio 2008 on windows xp

    Preprocessor: _DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);STANDARDSHELL_UI_MODEL

    the program compile and is...
  6. Re: The specified program requires a newer version of Windows

    WinCE5

    and i'm using the same sdk used for evc++....
  7. Re: The specified program requires a newer version of Windows

    I already searched but didn't found anything useful...
  8. The specified program requires a newer version of Windows

    Hi,



    i have ported an application from evc++ to vs2008.



    Now running the program it gives me this error:
  9. Re: module machine type 'ARM' conflicts with target machine type 'X86'

    Should be because

    "C:\Programmi\Microsoft Visual Studio 9.0\VC\ce\lib\x86\ccrtrtti.lib"

    is for ARM while i'm compiling a solution for X86?
  10. module machine type 'ARM' conflicts with target machine type 'X86'

    Hi,


    how can i solve this problem?

    1> Searching C:\Programmi\Microsoft Visual Studio 9.0\VC\ce\lib\x86\ccrtrtti.lib:
    1>ccrtrtti.lib(typinfo.obj) : fatal error LNK1112: module machine type...
  11. Replies
    3
    Views
    846

    Re: unresolved external

    Solved it adding

    D:\LeonardoCE6v2\DiagTool\Leonardo_PCM3343_SDK (x86)\Debug\MyCrypto.obj under Project->Linker->Input->Additional Dependencies
  12. Replies
    3
    Views
    846

    Re: unresolved external

    In the DLL i'm using objects that are present in a Class of the .EXE (of the same solution)
  13. Replies
    3
    Views
    4,667

    Re: unresolved external symbol vftable

    But the error is given in the FileCodMAnager.onj..

    is here the complete error:

    FileCodManager.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) const...
  14. Replies
    3
    Views
    846

    unresolved external

    Hi,

    hi have this error:

    FileParManager.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CMyCrypto::~CMyCrypto

    FileParManager is part of adll project while...
  15. Replies
    3
    Views
    4,667

    unresolved external symbol vftable

    Hi,

    i have this error compiling a vs2008 project:

    unresolved external symbol "__declspec(dllimport) const CFileCodManager::`vftable'"

    I search but i didn't found a solution...

    How can i...
  16. Replies
    3
    Views
    2,271

    Re: unable to disable /clr

    Hi,

    if i check win32 properties i can set this option but using the custom wince6 device i don't have it....
  17. Replies
    10
    Views
    7,759

    Re: Problem compiling wince application

    How can i check?

    Before the project was on wince5 and developed using evc++.

    Now i have to port it to wince6...
  18. Replies
    2
    Views
    2,756

    Re: 'wcsftime': identifier not found

    I already checked almost every post talking about this error but i have not yet found a solution....
  19. Replies
    2
    Views
    2,756

    'wcsftime': identifier not found

    Hi,

    trying to compile a wince project it gives me this error:

    >C:\Programmi\Microsoft Visual Studio 9.0\VC\ce\atlmfc\include\atlcomtime.h(363) : error C3861: 'wcsftime': identifier not found
    ...
  20. Replies
    2
    Views
    544

    Re: strange error compiling wince project

    I found it!
    Now i have declared it as 0x400


    Thnaks so much
  21. Replies
    2
    Views
    544

    strange error compiling wince project

    Hi,

    while compiling a wince project it gives me this error:

    Can not build for OS versions earlier than 2.0

    i search on google but was not able to find an explanation...

    Anyone knows what...
  22. Replies
    3
    Views
    2,271

    unable to disable /clr

    Hi,

    i would like to remove the /clr option but in Properties->General there is no way to do it....

    Is a wince mfc application.

    Is it set by default or i;m doing something wrong?

    Thanks,...
  23. Replies
    10
    Views
    7,759

    Re: Problem compiling wince application

    I found that if i add _WIN32_WCE; as one of my preprocessor definitions the problems is solved but other problems arise....


    1>c:\programmi\microsoft visual studio...
  24. Replies
    10
    Views
    7,759

    Re: Problem compiling wince application

    Hi,

    i have created a new solutyion with new projects and ported only the code into them.

    Now it gives me this error:

    C:\Programmi\Microsoft Visual Studio...
  25. Replies
    10
    Views
    7,759

    Re: Problem compiling wince application

    Hi,

    in my project under VC++ directories i have:


    - include files:

    C:\Programmi\Windows CE Tools\wce600\Leonardo_PCM3343_SDK\Include\X86
    C:\Programmi\Microsoft Visual Studio...
Results 1 to 25 of 29
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured