News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Poasm Version 6.00.0

Started by Vortex, May 02, 2009, 05:41:11 PM

Previous topic - Next topic

Vortex

Pelles Macro Assembler, Version 6.00.0 available from PellesC version 6.0, Release Candidate #1 :

http://www.smorgasbordet.com/pellesc/download.htm

Changes between 5.00.1 and 6.00 :

http://www.smorgasbordet.com/pellesc/changes_500_600.htm

Quote
Macro assembler:

    * Added support for writing make dependencies to the screen using new /M option.
    * Added a few minor fixes and improvements.

mitchi

Thanks Vortex, I've just updated my version.
I'm having some troubles using Pelles C 's multithreaded DLL projects. It works with Singlethreaded static lib and multithreaded lib but it never works when I choose DLL. Any idea Vortex?

Vortex

Hi mitchi,

Quotebut it never works when I choose DLL

Are you referring to pocrt.dll?  I am not sure if it supports multithreaded programming. Perhaps, you should contact Pelle, the author of the package. He can handle better some questions.

Email address :

Quotepelle at smorgasbordet.com

mitchi

Oh, sure, I have no problems contacting the original author but I want to be 100 % sure that there is a problem.
I'm just saying that I'm using Pelles C for 64 bit C programming but I can't compile with the DLL option (single threaded and multi threaded both work)

Vortex

Version 6.00.1 dating 23 May 2009 comes with Pelles C V6 RC 2 :

http://www.smorgasbordet.com/pellesc/download.htm

Vortex

Version 6.00.2 dating 8 July 2009 comes with Pelles C V6 RC 2 :

http://www.smorgasbordet.com/pellesc/download.htm

QuoteAdded ATOM MOVBE instruction (POASM, POCC inline assembler)

Pelle

Vortex

Version 6.00.4 dating 01 August 2009 comes with Pelles C V6 :

http://www.smorgasbordet.com/pellesc/download.htm

Added AES instructions aesenc, aesenclast, aesdec, aesdeclast, aesimc, aeskeygenassist, pclmulqdq (POASM, POCC assembler, PODUMP, debugger).

Pelle

dancho

Nice,
it is great developement enviroment,especially for mixing C and asm,but with one minor drawback for me,
when you referencing elements of structures/unions in poasm you have to do it by hand,the Ide doesnt
help you with some popup menu where you can select wanted element.
It is fine when you structure have 2 or 3 fields but what when you have 10-15 ( and we know that
some windows structures are quite large )...

Anyway  :U

jccddd

I am not sure if it is a bug with pelles c 6.0 when I want to create a rebar and always fail.I have to switch to using the header files included with version 4.5 of Pelles c,and the program can go as I want.Somebody can tell why can not create a rebar control with version 6.0 of Pelles C?I tried to contact Polle but no response.

Vortex

Hi jccddd,

Welcome to the forum.

Pelle was last active on August 04 2009. Let's hope that he will return back soon. Did you try posting in Pelle's forum?

jccddd

Hi,vortex!I am glad that you are alive here.I have sent an email to him and have no replay.Anyway I'v solved the problem by replacing the new header files with the old header files of version 4.5 .I am a learner and still have a lot to learn,such problem almost frustrated me and no hint from any references.I had to look up into the header files to see what's going on behind the scenes and make some guesses for a resolution.
Any way Pelles's tool are very great and I have found that it's easy to mix up C and Masm for a same program.I'v also found that the code generated by Pelles c is very concise and efficient .

jccddd

I think that Pelle will come back after visual studio 2010 and the new window's SDK released,and a new release of Pelles C will release after that.I am expecting now.

BlackVortex

PellesC has its own forum, surely someone there can help if you provide enough info.

jccddd

I don't know why I cannot enter the Pelles C forum in Chinal.