Hello,
can please anybody give me a hint why my secondery disk is always "out of sync". I never got it "optimal".
Using the CIM browser software I can see only one disk. Is this ok if I have two?
If I disable the mirroring in the controller bios I can use both disks perfectly without problems...
put in your rc.conf:
gateway_enable="YES"
start your ppp:
ppp -auto -nat pppoelabel
you should configure a firewall and a nameserver on the gateway.
noka
simple said:
objects that may be changed by different threads have to be protected against concurrent access. this can be done i.e by a mutex.
if you don't use threads than you don't have to use this protection and you can increase the perfomance by disable this.
compiling your program with...
hello,
i am trying to understand fastcgi.
using the example "echo" from the fastcgi - devkit the counter always is "1" and the process id changes. why?
webserver is apache.
thx
noka
now i used another way:
the application starts with a main-function, not with a form. inside this i load and show the forms.
mdiform.show
form.show vbmodal, mdiform
the background is that an mdichild can not be modal which is important in this case. the application handles some different...
ok - have it done by myself.
set the second form as an mdi-child and use it as startform.
the only problem was the positioning. i used scaleheight and scalewidth of the mdi-form and centered the startform.
Me.Top = MDIForm.ScaleHeight - Me.Height / 2
Me.Left = MDIForm.ScaleWidth - Me.Width / 2...
I want to show a form after starting an mdi-form. If I put the show method in mdiform_load() then it will proceed with loading the mdi-form only after the other form is closed.
any advice?
thx noka
i have problems using a serial 3-button-mouse under linux.
i already read the 3-button-mouse-mini-howto and put pin 3 of the HT6510A - chip to ground. the microsoft-mouse now works with mousesystems-protokoll ... but the middle button is always pressed. that's not what i wanted.
any advice?
thx...
The following works on my machine:
#include<stdio.h>
main()
{
double fld1;
fld1=229959542012345;
printf("\n passed field value is %.0lf ", fld1);
}
Maybe you have forgotten to pass fld1 to the function printf.
For getting good results very soon you should take a look at http://vtcl.sourceforge.net/
If you want to program in C you have to learn as much as you are used to in "Visual C++"(tm). There are some graphic libraries available under the different unix-flavours. Gtk and Lesstif are...
sorry folks,
thought everybody would know all about curses and slang.
try the excellent 'Writing Programs with NCURSES'
by Eric S. Raymond and Zeyd M. Ben-Halim for a start with curses.
S-lang is a C-like programming language, designed to be embedded in programs. It provides standard screen...
if you won't use curses or slang for a better formatting of output, you can go by \n and \t to the place you want to fprintf the numbers and sleep( 1 ) between each call of showing the time.
noka
hello timtiny,
i think you should do your homework by yourself. these are exercises from the very beginning of c and you can find the solutions in nearly every beginner - c - tutorial.
download some an you will drag and drop and never learn how to program i c.
;-)
noka
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.