473,327 Members | 2,103 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

Python on Smartphone 2003?

Hi,

Trying to compile the PythonCE (Validus Medical Systems Python 2.3.4)
using eVC++ 4.0 and the Smartphone2003 SDK. Linking is generating 28
errors. I dug into the first one (PyErr_Fetch) and it's in pyerrors.h
so I don't see why it misses it.

Anyone have an idea?

TIA

Sean

Deleting intermediate files and output files for project 'python -
Win32 (WCE ARMV4) Release'.
--------------------Configuration: python - Win32 (WCE ARMV4)
Release--------------------
Compiling resources...
Compiling...
python.c
tracebackdialog.c
Linking...
python.obj : error LNK2019: unresolved external symbol
__imp_PyErr_Fetch referenced in function WinMain
python.obj : error LNK2019: unresolved external symbol Py_fclose
referenced in function WinMain
python.obj : error LNK2019: unresolved external symbol
__imp_PyRun_SimpleFile referenced in function WinMain
python.obj : error LNK2019: unresolved external symbol
__imp_PyErr_SetString referenced in function WinMain
python.obj : error LNK2019: unresolved external symbol
__imp_PyExc_ValueError referenced in function WinMain
python.obj : error LNK2019: unresolved external symbol Py_fopen
referenced in function WinMain
python.obj : error LNK2019: unresolved external symbol
__imp_PyObject_CallObject referenced in function WinMain
tracebackdialog.obj : error LNK2001: unresolved external symbol
__imp_PyObject_CallObject
python.obj : error LNK2019: unresolved external symbol
__imp_PyObject_GetAttrString referenced in function WinMain
tracebackdialog.obj : error LNK2001: unresolved external symbol
__imp_PyObject_GetAttrString
python.obj : error LNK2019: unresolved external symbol
__imp_PyImport_ImportModule referenced in function WinMain
tracebackdialog.obj : error LNK2019: unresolved external symbol
__imp_PyImport_ImportModule referenced in function
PyTraceback_AsString
python.obj : error LNK2019: unresolved external symbol
__imp_PySys_SetArgv referenced in function WinMain
python.obj : error LNK2019: unresolved external symbol
__imp_PySys_SetObject referenced in function WinMain
python.obj : error LNK2019: unresolved external symbol
__imp_PyInt_FromLong referenced in function WinMain
python.obj : error LNK2019: unresolved external symbol
__imp_Py_Initialize referenced in function WinMain
python.obj : error LNK2019: unresolved external symbol
__imp_Py_SetProgramName referenced in function WinMain
python.obj : error LNK2019: unresolved external symbol
__imp_Py_InteractiveFlag referenced in function WinMain
tracebackdialog.obj : error LNK2019: unresolved external symbol
__imp_PyString_AsString referenced in function PyTraceback_AsString
tracebackdialog.obj : error LNK2019: unresolved external symbol
__imp_PyMem_Malloc referenced in function PyTraceback_AsString
tracebackdialog.obj : error LNK2019: unresolved external symbol
__imp_PyType_IsSubtype referenced in function PyTraceback_AsString
tracebackdialog.obj : error LNK2019: unresolved external symbol
__imp_PyString_Type referenced in function PyTraceback_AsString
tracebackdialog.obj : error LNK2019: unresolved external symbol
__imp_Py_BuildValue referenced in function PyTraceback_AsString
tracebackdialog.obj : error LNK2019: unresolved external symbol
__imp__Py_NoneStruct referenced in function PyTraceback_AsString
tracebackdialog.obj : error LNK2019: unresolved external symbol
__imp_PyMem_Free referenced in function DialogProc
tracebackdialog.obj : error LNK2019: unresolved external symbol
__imp_PyObject_Str referenced in function DialogProc
tracebackdialog.obj : error LNK2019: unresolved external symbol
SHInitDialog referenced in function FixupWindowSizeForWinCE
ARMV4Rel/python.exe : fatal error LNK1120: 24 unresolved externals
Error executing link.exe.
Creating browse info file...

python.exe - 28 error(s), 0 warning(s)
Jul 18 '05 #1
1 2177
try posting on the pythonce mailing list.

cheers

Quoting Sean <st*******@cox.net>:
Hi,

Trying to compile the PythonCE (Validus Medical Systems Python 2.3.4)
using eVC++ 4.0 and the Smartphone2003 SDK. Linking is generating 28
errors. I dug into the first one (PyErr_Fetch) and it's in pyerrors.h
so I don't see why it misses it.

Anyone have an idea?

TIA

Sean

Deleting intermediate files and output files for project 'python -
Win32 (WCE ARMV4) Release'.
--------------------Configuration: python - Win32 (WCE ARMV4)
Release--------------------
Compiling resources...
Compiling...
python.c
tracebackdialog.c
Linking...
python.obj : error LNK2019: unresolved external symbol
__imp_PyErr_Fetch referenced in function WinMain
python.obj : error LNK2019: unresolved external symbol Py_fclose
referenced in function WinMain
python.obj : error LNK2019: unresolved external symbol
__imp_PyRun_SimpleFile referenced in function WinMain
python.obj : error LNK2019: unresolved external symbol
__imp_PyErr_SetString referenced in function WinMain
python.obj : error LNK2019: unresolved external symbol
__imp_PyExc_ValueError referenced in function WinMain
python.obj : error LNK2019: unresolved external symbol Py_fopen
referenced in function WinMain
python.obj : error LNK2019: unresolved external symbol
__imp_PyObject_CallObject referenced in function WinMain
tracebackdialog.obj : error LNK2001: unresolved external symbol
__imp_PyObject_CallObject
python.obj : error LNK2019: unresolved external symbol
__imp_PyObject_GetAttrString referenced in function WinMain
tracebackdialog.obj : error LNK2001: unresolved external symbol
__imp_PyObject_GetAttrString
python.obj : error LNK2019: unresolved external symbol
__imp_PyImport_ImportModule referenced in function WinMain
tracebackdialog.obj : error LNK2019: unresolved external symbol
__imp_PyImport_ImportModule referenced in function
PyTraceback_AsString
python.obj : error LNK2019: unresolved external symbol
__imp_PySys_SetArgv referenced in function WinMain
python.obj : error LNK2019: unresolved external symbol
__imp_PySys_SetObject referenced in function WinMain
python.obj : error LNK2019: unresolved external symbol
__imp_PyInt_FromLong referenced in function WinMain
python.obj : error LNK2019: unresolved external symbol
__imp_Py_Initialize referenced in function WinMain
python.obj : error LNK2019: unresolved external symbol
__imp_Py_SetProgramName referenced in function WinMain
python.obj : error LNK2019: unresolved external symbol
__imp_Py_InteractiveFlag referenced in function WinMain
tracebackdialog.obj : error LNK2019: unresolved external symbol
__imp_PyString_AsString referenced in function PyTraceback_AsString
tracebackdialog.obj : error LNK2019: unresolved external symbol
__imp_PyMem_Malloc referenced in function PyTraceback_AsString
tracebackdialog.obj : error LNK2019: unresolved external symbol
__imp_PyType_IsSubtype referenced in function PyTraceback_AsString
tracebackdialog.obj : error LNK2019: unresolved external symbol
__imp_PyString_Type referenced in function PyTraceback_AsString
tracebackdialog.obj : error LNK2019: unresolved external symbol
__imp_Py_BuildValue referenced in function PyTraceback_AsString
tracebackdialog.obj : error LNK2019: unresolved external symbol
__imp__Py_NoneStruct referenced in function PyTraceback_AsString
tracebackdialog.obj : error LNK2019: unresolved external symbol
__imp_PyMem_Free referenced in function DialogProc
tracebackdialog.obj : error LNK2019: unresolved external symbol
__imp_PyObject_Str referenced in function DialogProc
tracebackdialog.obj : error LNK2019: unresolved external symbol
SHInitDialog referenced in function FixupWindowSizeForWinCE
ARMV4Rel/python.exe : fatal error LNK1120: 24 unresolved externals
Error executing link.exe.
Creating browse info file...

python.exe - 28 error(s), 0 warning(s)
--
http://mail.python.org/mailman/listinfo/python-list

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
Jul 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Andrew Banks | last post by:
I own VS.NET and am wondering what else I need to develop for the Smartphone 2002 platform? What languages can I develop for the Smartphone 2002 in and does it support ..NET? Thanks in advance,...
1
by: MEGASILVER | last post by:
Hi, I am very new to this, but is there anyway I can play a wma file on the smartphone from my application? I need this urgently, any help would be greatly appreciated. Thank you!!!
5
by: Cooley | last post by:
hi, Can i develope software for SmartPhone device??? (what i need, and where i can find) where i can find Compact Framework Redistributable??? in my VS .NET2003 it is include??? i find a CF...
0
by: Trolane | last post by:
i'm trying to get a webservice client call to compile using the ide of vs 2003 and the Windows mobile 2003 se sdk. I am getting errors from the auto generated proxy code about attributes in the...
0
by: JDeats | last post by:
I'm running Visual Studio.NET 2003 Enterprise and if I have an option under C# projects for a "Smart Device Application" if I proceed forward I can build an application, but when I go to run it...
4
by: Darhl Thomason | last post by:
I'm developing an app for a Smartphone and want to add a text box that only accepts numbers (much like in the contacts, the phone # fields only accept numbers). Thanks! Darhl
3
by: LTCCTL | last post by:
Hi All, I am trying to create a service for smartphone which uses Windows Mobile 5. When ever I switch on the Smartphone that service should run. How can we do it? Please give some...
6
by: LTCCTL | last post by:
Hi, I have created a SmartPhone/PDA application to send and recieve SMS. Now whenever the application is running and the message comes in, it is shown on the screen and is strored in the inbox(I...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.