Hi All,
Does anyone now of a good example to use as template for a C program
extension that needs to be built on the Mac OS X.
Thanks, 4 1405
There is a C template in file Modules/xxmodule.c in Python 2.5, maybe
earlier.
/Jean Brouwers
On Oct 27, 8:11 am, chewie54 <dfabrizi...@gmail.comwrote:
Hi All,
Does anyone now of a good example to use as template for a C program
extension that needs to be built on the Mac OS X.
Thanks,
There is a C template in file Modules/xxmodule.c in Python 2.5, maybe
earlier.
/Jean Brouwers
On Oct 27, 8:11 am, chewie54 <dfabrizi...@gmail.comwrote:
Hi All,
Does anyone now of a good example to use as template for a C program
extension that needs to be built on the Mac OS X.
Thanks,
On Oct 27, 2:59 pm, MrJean1 <MrJe...@gmail.comwrote:
There is a C template in file Modules/xxmodule.c in Python 2.5, maybe
earlier.
/Jean Brouwers
On Oct 27, 8:11 am, chewie54 <dfabrizi...@gmail.comwrote:
Hi All,
Does anyone now of a good example to use as template for a C program
extension that needs to be built on the Mac OS X.
Thanks,
I have looked at the docs on the python.org but specifically looking
for
examples showing how to deal with linked lists and more about when to
use
references Py_INCREF and Py_DECREF
I didn't find Modules/xxmodule.c on my Mac OS X installation.
Thanks again
You will need to download the MacOS X version from
<http://www.python.org/download/releases/2.5.1/>.
It contains the source code.
/Jean Brouwers
On Oct 27, 12:31 pm, chewie54 <dfabrizi...@gmail.comwrote:
On Oct 27, 2:59 pm, MrJean1 <MrJe...@gmail.comwrote:
There is a C template in file Modules/xxmodule.c in Python 2.5, maybe
earlier.
/Jean Brouwers
On Oct 27, 8:11 am, chewie54 <dfabrizi...@gmail.comwrote:
Hi All,
Does anyone now of a good example to use as template for a C program
extension that needs to be built on the Mac OS X.
Thanks,
I have looked at the docs on the python.org but specifically looking
for
examples showing how to deal with linked lists and more about when to
use
references Py_INCREF and Py_DECREF
I didn't find Modules/xxmodule.c on my Mac OS X installation.
Thanks again
This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: Coder Droid |
last post by:
I decided to run some code with errors set to E_ALL, just to see what I
would run across. It caught a few things, but 90% or better of the
messages were of the 'undefined' kind:
PHP Notice: ...
|
by: David MacQuigg |
last post by:
I'm concerned that with all the focus on obj$func binding, &closures,
and other not-so-pretty details of Prothon, that we are missing what
is really good - the simplification of classes. There are...
|
by: Andy Dingley |
last post by:
We've all seen this structure many times:
<ul>
<li><a href="..." >Click here</a></li>
<li><a href="..." >Click here</a></li>
</ul>
Now it's obvious good practice to have sensible link texts,...
|
by: Bonj |
last post by:
I was in need of an encryption algorithm to the following requirements:
1) Must be capable of encrypting strings to a byte array, and decyrpting
back again to the same string
2) Must have the same...
|
by: BG Mahesh |
last post by:
hi
We are looking for a good Ajax library which has very good support for
iframe. The ones we have considered so far are,
Backbase.com - not happy with the speed
Zapatech.com - it is good but...
|
by: WaterWalk |
last post by:
I've just read an article "Building Robust System" by Gerald Jay
Sussman. The article is here:
http://swiss.csail.mit.edu/classes/symbolic/spring07/readings/robust-systems.pdf
In it there is a...
|
by: raylopez99 |
last post by:
The headline says it all. Great minds think alike: read the blog
below from three years ago, as endorsed by Ritchie, who coinvented
C.
BTW the below lambda expression code will not work (.Where...
|
by: raylopez99 |
last post by:
Took a quick look at WPF, wrote a hello world program, noted it's lack
of a decent API (for example, no lightning bolt to add Event Handlers,
and every control in WPF does not have as many event...
|
by: bernard |
last post by:
howdy!
please recommend a good c compiler.
- should be small
- should be fast
- should come with a good ide
- should be inexpensive
i am using windows os.
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
|
by: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
by: giovanniandrean |
last post by:
The energy model is structured as follows and uses excel sheets to give input data:
1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: Teri B |
last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course.
0ne-to-many. One course many roles.
Then I created a report based on the Course form and...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM)
Please note that the UK and Europe revert to winter time on...
|
by: isladogs |
last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM).
In this month's session, Mike...
|
by: GKJR |
last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
| |