Jump to content
Fivewin Brasil

Error FiveWin/3


edmar1361303188

Recommended Posts

Olá,

Desenvolvi um programa para emissão de etiquetas, no meu computador funciona corretamente, mas quando instalo em outro computador dá a seguinte mensagem de erro:

Error FiveWin/3 Cannot Create Dialog Box. Onde pode estar o problema ? Eis o meu LNK;

BLINKER CLIPPER SYMBOL OFF

PACKCODE

PACKDATA

DEFBEGIN

name MeuNome

exetype Windows 3.1

code moveable discardable preload

data preload moveable

stacksize 17500

heapsize 4096

segment 'PLANKTON_TEXT' nondiscardable

segment 'EXTEND_TEXT' nondiscardable

segment 'OM_TEXT' nondiscardable

segment 'OSMEM_TEXT' nondiscardable

segment 'SORTOF_TEXT' nondiscardable

segment 'STACK_TEXT' nondiscardable

DEFEND

NOBELL

file etiqueta,pdlabel,label,litem

sear Five, FiveC, Objects

sear WinApi, Clipper, Extend, DbfNtx, Terminal

Link to comment
Share on other sites

Olá,

Vc deve ter usando o WorkShop para fazer suas janelas, vc carregou a bwcc.dll ba sua aplicação ?

no inicio do programa:

hBorland:=LoadLibrary("Bwcc.Dll")

ao encerrar a aplicação:

FreeLibrary(hBorland)

citação:

Olá,

Desenvolvi um programa para emissão de etiquetas, no meu computador funciona corretamente, mas quando instalo em outro computador dá a seguinte mensagem de erro:

Error FiveWin/3 Cannot Create Dialog Box. Onde pode estar o problema ? Eis o meu LNK;

BLINKER CLIPPER SYMBOL OFF

PACKCODE

PACKDATA

DEFBEGIN

name MeuNome

exetype Windows 3.1

code moveable discardable preload

data preload moveable

stacksize 17500

heapsize 4096

segment 'PLANKTON_TEXT' nondiscardable

segment 'EXTEND_TEXT' nondiscardable

segment 'OM_TEXT' nondiscardable

segment 'OSMEM_TEXT' nondiscardable

segment 'SORTOF_TEXT' nondiscardable

segment 'STACK_TEXT' nondiscardable

DEFEND

NOBELL

file etiqueta,pdlabel,label,litem

sear Five, FiveC, Objects

sear WinApi, Clipper, Extend, DbfNtx, Terminal


id=quote>id=quote>
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...