Hello to all,
I m trying to run serveral TCL commands inside C++ source code and when I show the information of the auto_path it is empty.
If I put the same command in the tclsh interpreter it runs well.
What Am I doing bad?
in tclsh I insert:
puts $auto_path
puts hola
package require Tk...
I says that if I put in the debian host this configuration.
auto eth0
iface eth0 inet static
address 192.168.1.10
netmask 255.255.255.0
broadcast 192.168.1.255
network 192.168.1.0
gateway 192.168.1.1
auto eth0.4
iface eth0 inet static
address 192.168.4.10
netmask 255.255.255.0
broadcast...
The switch port is correctly configured because if i put the interfaces configuiration of the guess in the host, the host can access correctly to the three networks.
Hello to all, i need help configuring a network virtual pc.
All PCs have debian SO.
I must connect a phisical PC with two virtuals pc to a switch. The switch have two vlan networks. in total there are three
nets (192.168.1.0,192.168.4.0,192.168.101.0)...
Hello
I would like know the necessary libs and flags to compile a service.
I am using AIX with
Tuxedo 8.0
Service Builder 2.8
Oracle DataBase 9
Visual Age
Actualy I have this options:
OTHER_CC_FLAGS="-qstaticinline -DTKT_BIG_ENDIAN -D_DEBUG -DPLATF_AIX -DUNIX_64 -D__SERVIDOR__...
The image is a windows bitmap.My program will be an palette editor for images in 256 colors, but i need know how i can change the palete of a TBitmap. Too i need know how access to the array of color dates, where sais what color of the palette must be painten in each point.
Those code doesnt run, because in the c_string, the asign doesnt copy the string, only point to the fist character of the memory that have the string. YOU MUST USE THE strcpy(), of the string library <string.h>.
The correct mode is:
AnsiString AString = "A String";
char cString[50]...
Hello, i have a TImage, and i have loaded an image of 256 colors. I have an array of 256 TColors, and i want put this as the new palette of my TBipmap of the TImage. But i don´t know how do it. The CreatePalette() API, Does run correctly.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.