Skip to content

Mobile

General Discussions on Mobile related development. For Android specific development please see the Android forum

This category can be followed from the open social web via the handle mobile@forum.codeproject.com

3.8k Topics 8.1k Posts
  • Copy File

    tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • console support for ppc?

    c++ question
    3
    0 Votes
    3 Posts
    0 Views
    R
    thanks for the info. unfortunately i don't use mfc so the macro won't help me. since printf is supported via coredll.lib, i thought i'd read somewhere of folks creating a console driver and putting it in the windows directory of the ppc for quick-n-dirty debugging. i'll play with console redirects to a file via the undocumented SetStdioPathW() function from coredll.lib to see easy logging to a file is. any other ideas would be appreciated....thanks
  • Custom Rectangle in Dialog?

    question
    10
    0 Votes
    10 Posts
    0 Views
    J
    Make sure the rectangle you are drawing is not covered by other controls. Regards, João Paulo
  • PPC2k3

    c++ question
    5
    0 Votes
    5 Posts
    0 Views
    J
    Hi John, I remember that you once asked about how to write a Wizard-like dialog for the Pocket PC. Here is one answer: QA: How can I use a property sheet to implement a Wizard?[^]. Hope you find it useful! Regards, João Paulo
  • Database refresh

    question database announcement
    5
    0 Votes
    5 Posts
    0 Views
    C
    Really great !! :) Exactly what I was looking for ! It seems that I'll never find an end to your knowledge ;P
  • 0 Votes
    2 Posts
    0 Views
    J
    To solve the font-side of the problem, try to locate a set of TrueType fonts that will have all the character sets you need. Download them to the device's \Windows\Fonts directory to make them available. Regards, João Paulo
  • pocket access and eVC++

    c++ help
    2
    0 Votes
    2 Posts
    0 Views
    J
    Check here: http://www.codeproject.com/useritems/ado_ce_ca.asp Regards, João Paulo
  • _getcwd???

    c++ question
    4
    0 Votes
    4 Posts
    0 Views
    J
    ... and it's getting easier, too: Opie puts Linux in your hand[^] Regards, João Paulo
  • Problem on Dialog based program on PPC 2002

    help tutorial question
    2
    0 Votes
    2 Posts
    0 Views
    J
    This is a default behaviour: pressing enter is the same as clicking ok, so your dialog is dismissed and the app is closed.
  • Is there a way to batch upload files to the PPC emulator?

    question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • ActiveSync Connection problem

    csharp c++ hardware debugging help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • I need to write a program on a nextel ohone w/ GPS

    question
    2
    0 Votes
    2 Posts
    0 Views
    I
    anyone have links or advice.
  • CSocket EVC++ 3.0 problem. please help

    help c++
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • How can I create an irregular region?

    question tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Programming Internet

    question com help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • USB GP Interface

    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • How to resolve this error?(using EVC4.0+sp2)

    help c++ tutorial question announcement
    2
    0 Votes
    2 Posts
    0 Views
    C
    Had the same problem! It's because C Run-Time libraries are linked before MFC libraries. Take a look at http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/q148/6/52.asp&NoWebContent=1[^] for the solution!
  • eVC++4.0SP2 Problem

    question help c++
    5
    0 Votes
    5 Posts
    0 Views
    L
    Hi Atlantys - did I ever reply to this? :-O If I didn't, I'm sorry - didn't notice that there was a reply here :-O Anyway, the answer is yes, I'll be using plain WinCE. I'll wait till .NET CF comes standard with the OS first. I'm the same, I also don't want to mess my PPC up :-D I'm really enjoying programming with eVC++ - I think it's a geekish novelty value, seeing my creations run on that small mobile device :-) Paul ;) Tiny problem with said member has been corrected. Chris Maunder
  • Exit and save

    question help
    5
    0 Votes
    5 Posts
    0 Views
    C
    Hi ! I replaced WS_NONAVDONEBUTTON by WS_MINIMIZEBOX and that works fine! Thanks :)
  • .NET CF upgrade/patch strategy?

    csharp question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied