5
« on: November 28, 2012, 11:14:20 PM »
Hello, everybody or somebody;
I am quite new to the uTasker system for MCF5223X. As usual, this is the problem of the simulator in a new environment.
I have win7 professional 64bit system with VS 2012. And I have uTaskerV1.4, the newest one. I followed instructions to use .dsw file to make a proper version of the project, *.vcxproj for VS2012. It was a smooth transition except the name of the project. It only accept upto 'uTasker', so I should rename it to 'uTaskerV1-4'. After that I can compile it (build it) in VS2012 environment; no error, no warning. So I changed IP setup for our network and built it again. Smooth and no hassles. So, start to debug. Set NIC and then see green light is blinking. So I pinged to it from the command line. Then "No reply". Well, the funny thing is I can ping to it from other computer successfully. I have checked with Wireshark. It just behaved normally. Whatever I tried, no use; changing mac address, Tx overflow setting, re-unzip and complie, etc.
I have read some related topics; dataoverflow issues, NIC setup, tcp hitting check, etc. It just didn't reply at all in my own computer. Still I can ping it even from our wireless network computer. One time I debug this by setting the break point at tcp.c as Mark suggested. After it hit that point, I proceed step by step till get some error; kernel32.dll & ntdll.dll are not found. I have those in the proper directories, I guess.
Well, my computer has a Realtek chip for the network. Should I use 'Microsoft Loopback Adapter' for this simulator? I need this simulator first to check HTTP server function. Any comments or questions please.....