FAQ - Fuck All Questions

-- #1 --
Problem:
  I can`t compile files. I alwasy see: 'Making OBJ file - error'.

Answer:
  First, make sure, you have this files in program directory: tasm32.exe, tlink32.exe, w32.inc, import32,lib. Next, check your asembler code. How? Try to compile example file (in examples directory). Next, maybe your code is to long, or your CPU is to slow, then you need change time for compiling. You find this in Options - press F10.

-- #2 --
Problem:
  How can I use own resources?

Answer:
  If you already have resource, you need to change numerical values.
  Main Dialog     - 100
  Edit for name   - 101
  Edit for serial - 103
  Generate button - 105
  Exit button     - 106
  Program Name    - 108
  Now, change na for 'forma.res', and copy to the forms directory (rename old form!) That`s all.

-- #3 --
Problem:
  How can I add 'extrn'?

Answer:
  In program, click on the '.data'. You will see new area, and there write over the .data your extrn...
  Example:
	extrn		_wsprintfA	:PROC
	.data
	tag		db '7TeaM',0
	program		db 'Windows 2000 Profesjonal',0
	[..]

-- More Problems? --

Write:
  maxibogas@tepsa.lame.pl or marbardi@alpha.net.pl
  http://www.7team.z.pl
  ICQ: 5325323
  IRC: DAL.NET - #crackerz, #crackpl
 