I created a VI that I was able to build an executable in Windows Mode. It was created for a PDA and I need an executable for a PDA. I switched to PDA mode and hit Build for PDA link. It starts to build but then gives me a couple errors that say the following. _DSDisposePtr is a missing VI or C file _DSNewPtr is a missing VI or C file Can anybody let me know if they were able to fix a problem like this?
I cannot find anything on this error. Are you able to build any PDA application successfully? You might consider a reinstall if you cannot build anything.
I recommend isolating the problem in the bad PDA VI. You can do this by:
Copying the code to a new blank PDA VI. This helps elimate corrupted VI problems.
Remove part of your code and build for PDA until you get the build to work. The last thing you removed is problably the problem.
I am able to build other VIs for the PDA successfully so I think it is specific to this VI. I tried copying the code to a blank VI but still had the same problem. I really have not ever had a problem Building for a PDA so it is really fustrating.