Python Forum
Integration of Python and C using .dll files
Thread Rating:
  • 2 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Integration of Python and C using .dll files
#9
There must be a line number associated with: An invalid (NULL) pointer was passed as an argument/parameter to a function or method.
You don't make errors go away by not importing, you need to fix the error.

The second error shows where the error is occurring -- line 48 -- 4th argument
testVal is the bad guy. It's obviously not the correct type.


which is now line 41 -- did you remove code before posting?
Reply


Messages In This Thread
RE: Integration of Python and C using .dll files - by Larz60+ - Mar-15-2017, 12:10 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to run this triple integration in python Safinazsalem 1 314 May-20-2024, 11:43 AM
Last Post: Axel_Erfurt

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020