一、环境:Windows XP Python3.2
1. dll对应的源文件(m.cpp): #include <stdio.h>extern "C"
{_declspec(dllexport) int add(int a, int b){return ab;}_declspec(dllexport) void print_sum(unsigned long ulNum){while(ulNum ! 0){p…
两种解决方案:Two actions, first:1.Right click on the project and go to "Properties"
2.Select "Java Build Path" on the left
3.Open "Source" tab
4.Click "Add Folder..." and check "gen" and "sr…