This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/WATCOM/eddat/ddesinit.vi

17 lines
261 B
Plaintext

#
# this is a dde server initialization example
#
# add temporary toolbar items to re-activate ide
source ideact.vi
ddeinit
createddestring %(Server) "%1"
ddeserver %(Server)
if lastrc == ERR_NO_ERR
assign %(DDEhook) = ddecb.vi
# load ddecb.vi
endif