s5vi's Motorola p2k phone page
May 22, 2012, 06:20:13 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Over 30000 member ! Under heavy spammer attack ! Cleaning in progress !
V-6.0.0 with CDMA support is available now.
To become VIP: you can do it via PayPal: http://www.el-co.hu/p2k05/paypal.html
 
   Home   Help Login Register  
Pages: 1 [2]   Go Down
  Print  
Author Topic: How to compile original source code.  (Read 7369 times)
0 Members and 1 Guest are viewing this topic.
wunder
Newbie
*
Offline Offline

Posts: 18


« Reply #15 on: June 30, 2011, 10:21:24 pm »

http://www.megaupload.com/?d=FUUGJW12

this is another old source pack i found
with p2kautostart

szText is a macro for declaring zero terminated string, as i remember


There is no complete P2autoStart here? the same include and resources are missing as the other attachment that you posted

But this link is good http://www.megaupload.com/?d=FUUGJW12

Thank you so much!!!!
« Last Edit: June 30, 2011, 11:08:10 pm by wunder » Logged
wunder
Newbie
*
Offline Offline

Posts: 18


« Reply #16 on: June 30, 2011, 11:50:02 pm »

http://www.radasm.com

In these days radasm is not only for assembler, but works with other languages (like C, or VB). radasm become modular and can download the core radasm without langpacks , and a bunch of langpack separately.

In other words you need
1: masm
2: radasm
3: assembler pack for radasm

In assembly.zip there is a readme.txt
Then goto option/programming languages browse, and add assembler

http://www.radasm.com

In these days radasm is not only for assembler, but works with other languages (like C, or VB). radasm become modular and can download the core radasm without langpacks , and a bunch of langpack separately.

In other words you need
1: masm
2: radasm
3: assembler pack for radasm

In assembly.zip there is a readme.txt
Then goto option/programming languages browse, and add assembler


Here is a cool copy of RAdASM:

RAdASM 2.2.2 Debug Edition By TccT



TccTStudio Color Skin

Many upgrades and added a plug-in.

The program automatically recognizes the board of the project file Rap.

View file and icon changed .

Each project has been added feature is ability to debug format

masm,mingw,nasm,bcet,dm,fasm,fhla,fp,hla,lcc Added ability to debug.



File name: DbgASMSetup.rar
File description: Uploaded through Mirrorcreator.com
File size: 17.87 MB

http://www.megaupload.com/?d=EZMFBYEU

Setup password : tcct.us

Thanks to KetilO

Here is a page with more links to download in case one link dies:

http://www.mirrorcreator.com/files/CNAFTNQ6/


ALSO : I personally did not install this by using the installer, I prefer to use "UniExtract" a Universal Extractor (Source available  Wink) and take the folder out of the setup.exe

you can get that here:

http://legroom.net/software/uniextract

and I personally like the portable version: (NO installation)
http://www.legroom.net/files/software/archive/uniextract161_noinst.rar


P.S.

It has a very strong Olly included ...something will set off Some AV's  , but you know the game....

I love the Olly in here  Roll Eyes  Grin
Logged
s5vi
Administrator
Hero Member
*****
Offline Offline

Posts: 769



WWW Email
« Reply #17 on: July 01, 2011, 07:54:51 pm »

thx for dbgasm links
currently i use Radasm 2.2.2.0
Logged

wunder
Newbie
*
Offline Offline

Posts: 18


« Reply #18 on: July 02, 2011, 03:32:23 am »

thx for dbgasm links
currently i use Radasm 2.2.2.0



You are very welcome..... here is up to date link to RadASM 3.0 ....

http://www.asmcommunity.net/board/index.php?topic=30013.0



https://fbedit.svn.sourceforge.net/svnroot/fbedit/RadASM30/Release/RadASM.zip


and Here:

http://www.masm32.com/board/index.php?PHPSESSID=02fd3c5420f3f5b3efcefb8e745b879c&topic=14100.0



https://fbedit.svn.sourceforge.net/svnroot/fbedit/RadASM30/Release/RadASM.zip

KetilO... The author has kept this version open as a bugtest.....


So .... If you want to contribute for some changes that you like ....The RadASM Project is still a live  Wink

P.S.

If the Download links die Then follow the Forum Links , that means an even newer version was released  Grin
Logged
s5vi
Administrator
Hero Member
*****
Offline Offline

Posts: 769



WWW Email
« Reply #19 on: July 03, 2011, 06:38:34 pm »

thx,

yes, i tried radasm3 as well
but i use a very handy "version_inc" addin to increment application version number on every build
and it wont work with radasm3
or there is other solution for that ?  ( auto-increment version resource )

 
Logged

wunder
Newbie
*
Offline Offline

Posts: 18


« Reply #20 on: July 03, 2011, 08:39:49 pm »

there is a need to tweak it for RadASM 3 ....I don't see why it would not work, if you did that? the asm file for it is in radasm\AddIns\Addins\Version-Inc ....

From what I can tell ,there is little changes. In RadASM 3 , you will find copies of addin source here: RadASM\Masm\Projects\Addins\Addins

And from what I can tell the change is in the .def file, this must be it since all that controls a plugin to load is the .def file...I messed around converting plugins to work for PeID and the changes necessary to load the plugin.dll were made in the .def file (don't forget you have to change the procs too in the include)

So RadASM2 .def file for plugin is:

LIBRARY asciiTab
EXPORTS
DllProc
InstallDll
GetOptions


and  RadASM3 .def file for plugin is:

LIBRARY raASCII.dll
EXPORTS
   AddinProc
   InstallAddin

I think it is "InstallAddin" instead of "InstallDll"

and "AddinProc" instead of "DllProc"

Give that a try ! you can get the Version-Inc asm here radasm\AddIns\Addins\Version-Inc

and look in RadASM\Masm\Projects\Addins\Addins to see how V3 plugins work!

I am not home right now or I would assemble it..... I think it will work  Grin

If you don't have the source I will upload it for you, let me know


Also I found Radasm 2.2.1.1 Source Code if you want it:




http://phrio.biz/Assembleur/Zips/Source RADASM - RadASM2211.zip
« Last Edit: July 04, 2011, 12:36:04 am by wunder » Logged
wunder
Newbie
*
Offline Offline

Posts: 18


« Reply #21 on: July 03, 2011, 09:47:24 pm »

Well I kept on reading and in the RadASM3.0 there is a tool to do just that ....I am not sure on how to use it yet from what I read it seem to work .....

ConvertProject addin:

This addin converts RadASM 2.x projects to RadASM 3.0 projects.

WARNING!
- Copy all files in the project to a new folder before attempting to convert.
- RC files will be converted to a single file. mnu, dlg and rap files will be deleted.

NOTE!
- No attempt is made to convert the make options.
- Previously non visible dialogs must be made non visible in the new project.
- You need RadASM 3.0.0.1 or higher for the addin to work.

HOW TO INSTALL
- Copy the ConvertProject.dll to the Addins folder.
- Copy the ConvertProject.txt to the Addins/Help folder.
- Restart RadASM if it is running.

KetilO




http://www.masm32.com/board/index.php?action=dlattach;topic=14100.0;id=7665
Logged
wunder
Newbie
*
Offline Offline

Posts: 18


« Reply #22 on: July 03, 2011, 10:27:14 pm »

By the way if you wanted to make P2KCommander as an installer, with every thing that you need,and a short cut to desktop and start menu....etc... Take a look at this All [MASM]

http://code.google.com/p/eis/


click on the folder called "trunk" .... From there you can navigate to download all sub folders....

you might want to view all the folders carefully so you do not miss any thing that may not be in the release folder , called "_DISTRIBUTE"

Revision 2:

http://code.google.com/p/eis/source/browse/?r=2


http://eis.googlecode.com/svn-history/r2/trunk/_DISTRIBUTE/eissrc1301.RAR

Revision 3:

http://code.google.com/p/eis/source/browse/?r=3

http://eis.googlecode.com/svn-history/r3/trunk/_DISTRIBUTE/eissrc1301.RAR

Revision 4:

http://code.google.com/p/eis/source/browse/?r=4

http://eis.googlecode.com/svn-history/r4/trunk/_DISTRIBUTE/eissrc1301.RAR
Logged
s5vi
Administrator
Hero Member
*****
Offline Offline

Posts: 769



WWW Email
« Reply #23 on: July 04, 2011, 01:33:32 pm »

hey

i tried radasm3 again
and "increment build" in project options do the same as "version-inc"
and radasm3 has excellent debug function

now i must migrate my projects to radasm3   Wink
Logged

wunder
Newbie
*
Offline Offline

Posts: 18


« Reply #24 on: July 04, 2011, 11:32:23 pm »

LOL , I have no idea how to use "version-inc" in RadASM2.x so I could not tell how to use "increment build" in RadASM3.x....

I never make dialogs with  RadASM  I love ResED ....you can add a Version file with that, and so much more  Wink


In any case I messed around with "version-inc" and made it for RadASM3.x, can you test it? Let me know.....




http://www.megaupload.com/?d=XFVU7SLA

File name: VersionControl.dll Radasm 3.x Addins.zip
File description: VersionControl.dll Radasm 3.x Addins
File size: 95.42 KB

P.S.

I get this error when I tried to upload a file here:

An Error Has Occurred!

Cannot access attachments upload path!



I have tried to place the file on different Places on the computer Huh?


Logged
wunder
Newbie
*
Offline Offline

Posts: 18


« Reply #25 on: July 04, 2011, 11:51:19 pm »

Here is ResEd

http://radasm.cherrytree.at/resed/


http://radasm.cherrytree.at/files/3


Here it is with the source code:



http://www.megaupload.com/?d=9MSJ2HM1

File name: RAResEd.zip
File description: RAResEd.
File size: 346.78 KB
Logged
Pages: 1 [2]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.13 | SMF © 2006-2011, Simple Machines LLC Valid XHTML 1.0! Valid CSS!

Bad Behavior has blocked 99 access attempts in the last 7 days.



Google visited last this page April 30, 2012, 06:32:29 pm