Re: Which is the best email marketing tool you ever used? Digital Media Digital Marketing by ShikhaKedia … use and can be used to manage campaigns, automation and segment the audience pretty easily. I also used Sendinblue (which changed… Re: What are the key components of an effective email marketing campaign? Digital Media Digital Marketing by Advertising13 … entire campaign. Targeted Audience Segmentation: Instead of sending generic emails, segment your audience based on behavior, preferences, or demographics. This ensures… segment limit check in AMD 64bit mode Programming Software Development by nuliknol …I found there is a way to do it with segment limit checking: This presentation from VMWare [url]http://…> - 64-bit guest support requires additional hardware assitance > - Segment limit checks available in 64-bit mode on newer AMD…model and my question is how do I achieve limit segment limit check on AMD processor in 64-bit (long… Re: segment register? Programming Software Development by Eriodor … i want to convey is"[B]segment registers hold the starting address of a segment"[/B] i hope u got… data is to pe processed it is divided in a segment register for easier workout? Sorry for my english but Its… Re: segment limit check in AMD 64bit mode Programming Software Development by nuliknol found it: Long Mode Segment Limit Enable bit (LMSLE bit 13) Re: segment register? Programming Software Development by lakshmi.1987 … i want to convey is"[B]segment registers hold the starting address of a segment"[/B] i hope u got… Re: segment tree Programming Software Development by Ancient Dragon …/#hl=en&sclient=psy-ab&q=segment+tree+example&oq=segment+tre&gs_l=serp.1.1.0l4.18714… segment register? Programming Software Development by uu666 can anybody tell me what is this segment register, which is its purpose and how does it work ? thanx in advance! segment tree Programming Software Development by I_m_rude I request every body on DAniweb.com that please , if any body knows about segment tree, then please either explain me it's update, making otherwise give me solid links so that i can learn from there. IT'S REALLY PATHETIC SITUATION AS I AM NOT GETTING THIS FROM WEEKS. PLEASE IT'S A REQUEST TO ALL. :'( thanks in advance. Re: segment tree Programming Software Development by WaltP … want *them* to respond? > if any body knows about segment tree, then please either explain me it's update, making… Problem in programming keypad and multiplexed seven segment with embedded C Programming by rakesh.menon.16 …digit integer on multiplexed common cathode seven segment display having 4 seven segment devices. I am able to capture the… I am getting 4 equal numbers in 4 seven segment modules on a single key press. code snippet`: … and passes each digit to corresponding positions in seven segment . Can anyone figure out where am I going … Re: IPC repeated attachment of shared memory segment at a fixed address. Programming Software Development by spirals …I can see with ipcs, the shared memory segment is still there when proc1 exits. I can …get proc2 to attach the segment so it is not deleted the attach is…I can see with ipcs, the shared memory segment is still there when proc1 exits. I can …get process 2 to attach the segment but not always at the required (same) address… is this flat or segment model? Programming Software Development by youngstorm …. I did NOT expect it to work, but it did. SEGMENT stack stack resb 64 stacktop: What I don't understand… no data or code segments. Is this a flat or segment model? What is happen here? The code shown below is… gotoXY: mov ah, 2h mov bh, 0 int 10h ret SEGMENT stack stack ; These 3 lines are added because alink resb… IPC repeated attachment of shared memory segment at a fixed address. Programming Software Development by spirals … exits, process 2 starts. It attaches to the shared memory segment still in memory. The problem is how to get the… segment to always attach at the same address used by process … is a fixed offset from the start of shared memory segment. When p2 walks the chain by setting current value pointer… Fix for "Segment _TEXT has exceeded 64k" Programming Software Development by vuki27 … me how to increase the size of segment text or move code to another segment if possible, or show me a 32… to move the font and graphics driver files to another segment and the code is still too big (over 4000 lines… Multiplexing 7 segment displays Programming Software Development by florisvd …´ve got a question about multiplexing 7 segment displays. I already have working 1 7 segment display. How can I control more… 7 segment displays? Now only the 3th display can… problem multiplexing 7 segment displays Programming Software Development by florisvd …´ve got a question about multiplexing 7 segment displays. I already have working 1 7 segment display. How can I control more… 7 segment displays? Now only the 3th display can… uri->segment(3); is not suppose to be printed Programming Web Development by davy_yg The following code: <a href="<?php echo base_url('cpages/viewpicture/'.$this->uri->segment(3)); ?>" class="delete">BACK</a> Shows: BACK uri->segment(3); I am trying to erase uri->segment(3); part but do not know how to? Re: destroy memory segment on server program Programming Software Development by SpyrosMet … mentioned shared memory segments at first then you say memory segment, which is it? Does the listening server create one …all the clients? Does the listening server create one segment for each client or do you have some other scheme…?[/QUOTE] it is a shared memory segment used by all the clients (haven't reached the … Re: Delphi 16 bit - Code segment too large Programming Software Development by AKJo …;segments". Typically, all your code must fit in one segment. The way around this is to use "[URL="… Delphi should take care of that as soon as the segment size is within the limits. There is nothing mentioned about… function for my Delphi. Why can´t I change my Segment size from default 16 384 to something else? How? Hope… 64k text segment error Programming Software Development by r.ranu1 I am getting the error message "segment _TEXT exceeds 64 k" when i am linking my … lines. Can anyone tell how to increase the size of segment beyond 64k. Please send your help as soon as possible… Re: 64k text segment error Programming Software Development by Salem …. > Can anyone tell how to increase the size of segment beyond 64k. Get a 32 bit compiler, then the… 'segment' size jumps to a whopping 4GB. Which [URL="http://… Memory Segment in C Programming Software Development by kiddo.me … follow...? And how can I change it to have a segment more than 64 KB of memory....? I need it as… there is a way to increase the size of the segment...? thanx.... Re: destroy memory segment on server program Programming Software Development by gerard4143 … mentioned shared memory segments at first then you say memory segment, which is it? Does the listening server create one memory… segment for all the clients? Does the listening server create one segment for each client or do… File record segment ***** is unreadable Hardware and Software Hardware by flagstar … done a chkdsk and found numerous error including 'File record segment ***** is unreadable' (***** represents number of random sector), deleting corrupt file… segment and stuff. But no matter what, it can't seem … Re: Memory Segment in C Programming Software Development by Ancient Dragon …;>And how can I change it to have a segment more than 64 KB of memory You don't have… Re: CodeIgniter using segment urls and query strings Programming Web Development by cereal … output a trailing slash after the `$id` (with value 1) segment: # version 1 http://localhost/product/id/1/?version=12&… work fine, the point is to include the `?` in the segment. If you want to generate only the second version of… Delphi 16 bit - Code segment too large Programming Software Development by AKJo … guys. I have an old Delphi and get "Code segment too large" when I try to run my program… Re: Delphi 16 bit - Code segment too large Programming Software Development by Duoas 16-bit x86 processors divide memory into "segments". Typically, all your code must fit in one segment. The way around this is to use "[URL="http://www.google.com/search?hl=en&q=turbo+pascal+overlay&btnG=Search"]overlays[/URL]". Good luck. Re: Delphi 16 bit - Code segment too large Programming Software Development by Duoas … all its code and data to fit in a 32K segment. Figure out which unit is giving the 'too large' error…