Assembly
An assembly language is a low-level language for programming computers.
Application
Documents And Specifications
Remove
Platform
Any
License
Any
The point of using bitmaps is exactly the way of NOT using the color for each pixel, because it is too hard.
Hi. Below is my another way of getting the highlighted area with sepecific coloum and row. Yet i found that my music wav file can run with the set area colour procedure.
.486
.model flat,stdcall...
hi!
i tried with your code d..
But it still give no output on the exe file.
Wrong is the problem pls?
Thanks for your advise again..
:
: Hi! MANY THANKS ON YOUR REPLY!!
: BELOW IS MY CODE :)
:
: ---------------------------------------------------------------------
: -----------
:
: INCLUDE Irvine16.inc
:
: .stack 200h...
Hi! MANY THANKS ON YOUR REPLY!!
BELOW IS MY CODE :)
--------------------------------------------------------------------------------
INCLUDE Irvine16.inc
.stack 200h
.386
CR=0Dh...
: You can easily load a bitmap using either of the WinAPI functions
: LoadImage or LoadBitmap. Look for their specification on MSDN.
: For jpgs I'd recommend that you find a library. I don't know...
You can easily load a bitmap using either of the WinAPI functions LoadImage or LoadBitmap. Look for their specification on MSDN.
For jpgs I'd recommend that you find a library. I don't know of any...
: I was just making sure.
:
: Call the ShellExecute(Ex) API.
:
: Best Regards,
: Richard
:
: The way I see it... Well, it's all pretty blurry
Thanks =D , i asked around about this and...
:
: Obviously windows, i said i want to make exes :)
:
I was just making sure.
Call the ShellExecute(Ex) API.
Best Regards,
Richard
The way I see it... Well, it's all pretty blurry
: What OS are you developing for?
:
: Best Regards,
: Richard
:
: The way I see it... Well, it's all pretty blurry
Obviously windows, i said i want to make exes :)
I want to use a Assembly Language (NASM) to develop a .exe loader
but I can't How to.
I hope somebody can help me, to give me a source code for this
Thanks! Everybody!
: No probs.I got the solution.
:
Hi,
I have exactly the same problem.
I wrote a Com Assembly with C#, registered it with regasm and pushed it into the gac with gacutil successful.
So far so...
: : I'm looking for a program that converts an exe file, or a dll, in visual basic sourcecode. If not possible, does anyone know if it's possible to convert in other languages (c++, pascal, ...)
: :...
Load(gcnew System::String(assemblyName));
:
: assemblyName is the incoming assembly name from the user. The problem here is, the assembly gets loaded to MyAppDomain and DeafaultAppdomain. This is...
Get the lame library, use some assembly to interface it and use some more assembly to get the sound card play it.
: Hi everyone,
: I made a dll with ClasLibrary project in C# and now I need use it out of .net environment,I declare my dll same as following statement:
: Private Declare Function Multiply Lib...
: when using putimage can you load a specific bitmap?
:
: should the following work?
:
:
: image= "red.bmp";
: putimage (40,40,image,0);
:
: No my friend....That doesn't seem to work!...
: : Is this unit compatible with Turbo Pascal 6? I used to use TP 5.5, but it's becoming limiting, so I'm stepping up to TP 6. Also, since I'm using a mouse unit, will the mouse cursor show up in all...
i'm assuming since you just want to write wav files, that your not concerned with speed (i.e. assembly inserts). Here's good site for
simple audio in ansi-type C++. Includes all sorts of useful...
This message was edited by edenunicorn at 2005-7-1 4:13:26
This message was edited by edenunicorn at 2005-7-1 4:8:24
This message was edited by edenunicorn at 2005-7-1 4:6:19
I understand that...